Add METADATA / Licensing info Change-Id: I0d813fe776f66e6f32e3c27697a952f7494751de 
diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..8bab1c9 --- /dev/null +++ b/METADATA 
@@ -0,0 +1,19 @@ +name: unicode-segmentation +description: "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules." +third_party { + url { + type: HOMEPAGE + value: "https://crates.io/crates/unicode-segmentation" + } + url { + type: GIT + value: "https://github.com/unicode-rs/unicode-segmentation" + } + version: "1.6.0" + license_type: NOTICE + last_upgrade_date { + year: 2020 + month: 5 + day: 6 + } +} \ No newline at end of file